[root]/libraries/ModelicaServices 1.0 modelica3d/Modelica3D
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 9 (100.0%) | 456 (100.0%) | 50.6 |
sjoelund.se | 4 (44.4%) | 232 (50.9%) | 58.0 |
cschubert | 3 (33.3%) | 214 (46.9%) | 71.3 |
hudson | 2 (22.2%) | 10 (2.2%) | 5.0 |
Fix Modelica3d compilation on clang-3.4
0 lines of code changed in 1 file:
Revert r15962 (accidently replaced 8 spaces with 2 spaces; was supposed to be 1 tab to 2 spaces but text editors messed up the command)
Contact me if you have problems merging your working copy
9 lines of code changed in 1 file:
[Janitor mode] Fix tabs
9 lines of code changed in 1 file:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
modelica3d: * changed time to t since it is not allowed/supported in an algorithm
* preparations for integration into ModelicaServices 3.2.1
18 lines of code changed in 1 file:
modelica3d: * synchronize via time instead of integer frame number => animation runs in "real-time" now
* only send visualization information if object did move (a bug in the initial residuals prevents me from making initial system balanced)
19 lines of code changed in 1 file:
modelica3d - enabled support to load file objects:
* bugfix in modcount: need to reserve len+1 chars for a string, since it is null terminated
* synchronize frame rates -> Now animation is too slow?
* need to copy all osg libraries to backend folder, otherwise loadFromFile fails
* use absolute filename, because the backend searches for files relative to itself instead of relative to mo file
* modbus is not strict c (assignment begore declaration), msvc complained
* several primitives are still missing: "pipecylinder", "pipe", "beam", "gearwheel", "spring"
177 lines of code changed in 1 file:
- Tab-error
87 lines of code changed in 1 file:
- Adding modelica3d version of ModelicaServices
- Moved around 3rdParty svn:externals
136 lines of code changed in 1 file: